IAxis.EnableModulo property

Enables or disables the modulo axis. After enabling modulo axis, set the modulo axis value. Otherwise, the default value (uint.MaxValue) will be applied.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool EnableModulo { get; set; }
Property EnableModulo As Boolean

Property Value

Type: bool

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace